Platform Explorer / Nuxeo Platform 5.8

Extension point socialWorkspaceContainer

Documentation

This extension is used to configured where the Social Workspaces will be stored.

    <extension point="socialWorkspaceContainer" target="org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService">
        <socialWorkspaceContainer path="/collaboration" title="Collaboration"/>
    </extension>

Contribution Descriptors

  • Class: org.nuxeo.ecm.social.workspace.service.SocialWorkspaceContainerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-social-workspace-core-5.8.jar
    <extension point="socialWorkspaceContainer" target="org.nuxeo.ecm.social.workspace.service.SocialWorkspaceService">
    
        <socialWorkspaceContainer path="/collaboration" title="Collaboration"/>
    
      </extension>